FINAL CHALLENGE: The puzzle below may require more than one transformation.

  • Use a combination of commands to move your triangle to the target triangle.
  • You must only use: reflection, rotation, or translation blocks to complete the challenge.
  • Click Submit to complete your Hour of Code! Click Next to apply your skills to make transformation art!

To navigate the page using the TAB key, first press ESC to exit the code editor.

stage.create_grid_overlay(50, "blue") sprite = codesters.Sprite("triangle", -150, -100)
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)